Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | Indicates whether the collection is read-only |
![]() | Item | Returns the item at the specified index |
The following tables list the members exposed by ObjectCollectionT<T>.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | Indicates whether the collection is read-only |
![]() | Item | Returns the item at the specified index |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | |
![]() | CopyTo | |
![]() | IndexOf | |
![]() | Insert | |
![]() | MoveDown | Moves the item down one spot in the collection (to a larger index) |
![]() | MoveItem | Overloaded. Moves the item to the specified index in the collection |
![]() | MoveUp | Moves the item up one spot in the collection (to a smaller index) |
![]() | Remove | |
![]() | RemoveAt |